From 3bcbdb887725013940b7d9ff58e3a56a9db23520 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 23 Oct 2014 13:57:11 -0700 Subject: [PATCH] Fix some copy-paste errors in CLI help --- src/bin/clean.rs | 2 +- src/bin/update.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/clean.rs b/src/bin/clean.rs index 0fb8b96ed..09258b068 100644 --- a/src/bin/clean.rs +++ b/src/bin/clean.rs @@ -21,7 +21,7 @@ Usage: Options: -h, --help Print this message - -p SPEC, --package SPEC Package to run benchmarks for + -p SPEC, --package SPEC Package to clean artifacts for --manifest-path PATH Path to the manifest to the package to clean --target TRIPLE Target triple to clean output for (default all) -v, --verbose Use verbose output diff --git a/src/bin/update.rs b/src/bin/update.rs index c21285516..fdcb1c57a 100644 --- a/src/bin/update.rs +++ b/src/bin/update.rs @@ -24,7 +24,7 @@ Usage: Options: -h, --help Print this message - -p SPEC, --package SPEC Package to run benchmarks for + -p SPEC, --package SPEC Package to update --aggressive Force updating all dependencies of as well --precise PRECISE Update a single dependency to exactly PRECISE --manifest-path PATH Path to the manifest to compile -- 2.30.2